←Select platform

FillInstancetData(DicomDataSet,CompositeInstanceDataSet,bool,string,ReferencedImages[],string,string) Method (DicomDataSetConverter)

Summary

Fills the series information into the given CompositeInstanceDataSet.

Syntax

C#
VB
C++
Protected Overridable Sub FillInstancetData( 
   ByVal dicomDataSet As DicomDataSet, 
   ByVal instanceDataSet As CompositeInstanceDataSet, 
   ByVal updateExistentInstance As Boolean, 
   ByVal referencedFileName As String, 
   ByVal images() As ReferencedImages, 
   ByVal retrieveAe As String, 
   ByVal storeAe As String 
) 
protected:  
   virtual void FillInstancetData( 
       DicomDataSet^ dicomDataSet, 
      CompositeInstanceDataSet^ instanceDataSet, 
      bool updateExistentInstance, 
      String^ referencedFileName, 
      array<ReferencedImages^>^ images, 
      String^ retrieveAe, 
      String^ storeAe 
   ) 

Parameters

dicomDataSet

The DicomDataSet to extract the information from.

instanceDataSet

The CompositeInstanceDataSet to fill the information into.

updateExistentInstance

true to update the DICOM Instance information in the given instanceDataSet if the given dicomDataSet has different values.

referencedFileName

The path for the DicomDataSet.

retrieveAe

The AE Title System.String for the server used to retrieve the dicomDataSet.

storeAe

The AE Title System.String of the SCU that sent the original C-Store-REQdicomDataSet.

images

The ReferencedImages generated from the dicomDataSet.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize